CHAOS.Portal.Client.MCM.Extensions.ExtensionProviders.FolderType C# (CSharp) Method

FolderType() public static method

public static FolderType ( this portalClient ) : IFolderTypeExtension
portalClient this
return IFolderTypeExtension
		public static IFolderTypeExtension FolderType(this IPortalClient portalClient)
		{
			return ExtensionProviderService.GetExtension<FolderTypeExtension>(portalClient);
		}