ExtendedPropertiesLinkData.IsValidContainerName
Description:
Validates that the given name is valid for use as the container name of an extended properties link.
Validates that the given name is valid for use as the container name of an extended properties link.
Remarks:
A valid name must not contain non-printable characters, characters invalid for a path, and must contain at least one non-whitespace character.
A valid name must not contain non-printable characters, characters invalid for a path, and must contain at least one non-whitespace character.
public static bool IsValidContainerName(
string containerName
)
-
StringcontainerName
Return Value
Boolean
True if the name can be used as the container name of an extended properties link. False otherwise.
-
A non-optional argument was null